python-unidecode: drop unmaintained package
authorJosef Schlehofer <[email protected]>
Wed, 3 Dec 2025 19:08:41 +0000 (20:08 +0100)
committerJosef Schlehofer <[email protected]>
Thu, 4 Dec 2025 20:14:06 +0000 (21:14 +0100)
commit09951a9cfdf47b560b5bd00db1dd92ceffd5724b
treee8f64717879e96831ce2b426ed09e9e1c0cacbb2
parentc47d8b149ca014d804697876c0c3ceb10cc23418
python-unidecode: drop unmaintained package

It looks like based on opened PRs [1],
there is no official support for Python 3.12+.

Unfortunately, this project is still using setup.py,
which is deprecated and no longer supported.
These days project metadata are stored in pyproject.toml
according to PEP 621.

Also, this project does not follow PEP625 as their
wheel name is in uppercase and it should be in lowercase.

[1] https://github.com/avian2/unidecode/pulls
[2] https://peps.python.org/pep-0621/

Signed-off-by: Josef Schlehofer <[email protected]>
lang/python/python-unidecode/Makefile [deleted file]